home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dos/V Magazine 1995 October 15
/
CD [VMAG951015].bin
/
_demo
/
nekodemo
/
rtrv
/
shared.dir
/
00346_BIO-Jbutton.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-05-10
|
213 b
|
17 lines
on mouseUp
global greq
set greq to "J"
outpanel()
go("BIO")
end
on mouseDown
global gpleasespeak
if soundBusy(2) then
sound close 2
set gpleasespeak to EMPTY
else
nothing()
end if
end